Skip to main content

sharedGroupNames

Type

property

Summary

Reports the names of all the shared groups of the card or stack

Syntax

get the sharedGroupNames of {<card> | <stack>}

Description

Use the sharedGroupNames property to get a list of all the names of the shared groups on the card or stack.

Examples

get the sharedGroupNames of stack myStack
put the sharedGroupNames of this stack into tGroupIds
get the sharedGroupNames of this card
put it into tGroupIds
repeat for each line tGroupName in the sharedGroupNames of this card
remove group tGroupName from this card
end repeat

command: delete, place, remove

property: backgroundBehavior, sharedBehavior, sharedGroupIds

Compatibility and Support

Introduced

LiveCode 4.6.4

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?